home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / main.dxr / 00146.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  191 b   |  11 lines

  1. on exitFrame
  2.   checktrush()
  3.   set the constraint of sprite 2 to 13
  4.   if rollOver(22) and poponoff then
  5.     checkpopmenu()
  6.   else
  7.     puppetSprite(23, 0)
  8.   end if
  9.   set dialogboxopen to 0
  10. end
  11.